home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / c2pas091.zip / C2PAS.DOC next >
Text File  |  1993-03-03  |  4KB  |  108 lines

  1.  
  2.                        C2PAS Documentation
  3.                        -------------------
  4.  
  5.   C2PAS is Copyright (c) 1993 by Cactus Software Systems(CSS).
  6.   All rights reserved.
  7.  
  8.   This program is provided "as-is".  CSS makes no warranty of it's value.
  9.  
  10.   Licensing details are in the file "license.doc".
  11.  
  12.   C2PAS is distributed as "cheapware" ie you may try C2PAS before you
  13.   pay for the software.  If you find C2PAS to be of value then you
  14.   MUST register the software or stop using it!  This is NOT an everyday
  15.   use type program therefore the registration is "cheap".  For a tiny
  16.   $5.00 you can become a registered user.  This is a one time only fee.
  17.   If you so desire, CSS will send you a direct personal copy of the next
  18.   major revison if you send a total of $7.00 when you register.
  19.  
  20.   PURPOSE
  21.   -------
  22.    C2PAS is a program that processes a 'C' source code ASCII file and
  23.    produces a source file that is close to being a valid source file
  24.    for Turbo Pascal. 
  25.  
  26.    Imbedded <TABS> will be replaced with 4 <SPACES>.
  27.  
  28.    Due to the popularity of 'C' many excellent programs are out with
  29.    'C' source.  Many folks prefer Turbo Pascal over 'C', this utility
  30.    is aimed at those folks and persons that must convert programs.
  31.  
  32.    Using C2PAS can significantly reduce your personal effort in time
  33.    and typing to convert a 'C' source file to use under Turbo Pascal.
  34.  
  35.    USAGE
  36.    -----
  37.    C2PAS accepts one file name on the command line.  If you call it
  38.    without a filename you will be reminded that one is needed.  If
  39.    the specified filename is NOT found C2PAS will exit and let you
  40.    know.
  41.  
  42.    C2PAS expects to eat 'C' source files.  They should be pure ASCII.
  43.    Other food will generate random results. The source file MUST be
  44.    acceptable to a 'C' compiler without errors or the results of C2PAS
  45.    will be random!
  46.  
  47.    C2PAS uses about 80K of memory and has been tested with MS-DOS
  48.    4.01 (April 1989 or later) and DR-DOS 5.0/6.0.
  49.  
  50.  
  51.   LIMITATIONS
  52.   -----------
  53.    C2PAS will NOT make a 100% conversion of 'C' source to TP source.
  54.    Subtle differences in 'C' and TP make 100% conversion literally
  55.    become a nightmare.    CSS is attempting to implement a compromise of
  56.    % conversion and benefit to the program.
  57.  
  58.    The "%" will increase with feedback and comments from users as well as
  59.    our use of the utility.
  60.  
  61.    Please do NOT request additions to support unique items related to
  62.    specific compilers!  C2PAS will address the basic 'C' language and
  63.    try to provide maximum conversion efficiency at that level.
  64.  
  65.  
  66.   DISTRIBUTION
  67.   ------------
  68.  
  69.    C2PAS is available thru the "BBS" system.  Software "vendors" and
  70.    "distributors" may distribute C2PAS as long as the package is intact
  71.    and the fee is no more than $5.00.
  72.  
  73.     The latest version can be found at one or more the following BBS's:
  74.  
  75.      Crickett BBS (408)373-3773 1200-14400 bps V.32/V.42 bis
  76.      PYSMATIC BBS "Currently not operational" April 1993 maybe!!!
  77.  
  78.  
  79.   COMMENTS
  80.   --------
  81.    The display of the line being processed slows things a bit, but if you
  82.    have problems please copy the line displayed before rebooting your
  83.    computer and report the results to me.  This will help in finding a
  84.    pattern for any problems.
  85.  
  86.    Your suggestions and comments about C2PAS are welcome.
  87.  
  88.    The registered version offers a fast option "/F" to allow full
  89.    blast file processing.
  90.  
  91.   REGISTRATION
  92.   ------------
  93.    To register C2PAS please send $5.00 in Check or Money Order to:
  94.  
  95.        Cactus Software Systems
  96.        7353 E. Broadway #329
  97.        Tucson, AZ 85710-1408
  98.  
  99.    AZ residents: $5.35.
  100.  
  101.    Remember $2.00 more brings you a direct mail (1st Class) issue of the
  102.    next major revision.  Please indicate what version you are registering.
  103.  
  104.    NOTE: If you purchased a copy of C2PAS from anyone other than CSS
  105.          you did NOT pay the registration fee.  You paid for media and
  106.          handling costs!
  107.  
  108.